home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2602 / userdef.hlp < prev    next >
Encoding:
Text File  |  1989-02-03  |  618 b   |  15 lines

  1. User Defined Variables
  2.  
  3. User defined data files are ASCII text files that are created by the
  4. user with a text editor (see the READ File Format section in Appendix B
  5. in the manual).  These files can only be accessed by the READ function;
  6. e.g.
  7.  
  8.           FILE = "jogtime";   Jogcal = 200 * READ/60;<*br>
  9.           PLOT (Foodcal - Jogcal );
  10.  
  11. Here 'jogtime' would be a text file containing the date and the number
  12. of minutes spent jogging during that day.  'Jogcal' then becomes a DAN
  13. variable that contains the number of calories expended jogging on the
  14. given dates and is usable in subsequent expressions.
  15.